EMS command to uncheck "Maintain per-user read and unread information for this folder" on all Public Folder
Hopping there is a command in EMS that will disable/enable "Maintain per-user read and unread information for this folder" on all of my public folders. Thanks
February 9th, 2011 1:34pm

On Wed, 9 Feb 2011 18:28:19 +0000, net_tech wrote: >Hopping there is a command in EMS that will disable/enable "Maintain per-user read and unread information for this folder" on all of my public folders. Thanks "set-publicfolder . . . -PerUserReadStateEnabled:$false" will do that. "get-publicfolder '\' -recurse" will get all the public folders. --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
February 9th, 2011 8:29pm

so the complete command will look like this get-publicfolder '\' -recurse | set-publicfolder -PerUserReadStateEnabled:$false
February 10th, 2011 9:59am

On Thu, 10 Feb 2011 14:53:00 +0000, net_tech wrote: >so the complete command will look like this > >get-publicfolder '\' -recurse | set-publicfolder -PerUserReadStateEnabled:$false Yes, unless you want to put a "where" between the two to exclude something. --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2011 10:44pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics